All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class quicktime.std.sg.VisualChannel

java.lang.Object
   |
   +----quicktime.QTObject
           |
           +----quicktime.std.comp.ComponentIdentifier
                   |
                   +----quicktime.std.comp.Component
                           |
                           +----quicktime.std.sg.SGChannel
                                   |
                                   +----quicktime.std.sg.VisualChannel

public abstract class VisualChannel
extends SGChannel
implements QuickTimeLib

Method Index

 o getBounds()
Allows you to get a channel's display boundary rectangle.
 o getClip()
Allows you to retrieve a channels clipping region.
 o getMatrix()
Allows you to get a channel's display transformation matrix.
 o setBounds(QDRect)
Allows you to specify a channel's display boundary rectangle.
 o setClip(Region)
Allows you to set a channel's clipping region.
 o setMatrix(Matrix)
Allows you to set a channel's display transformation matrix.

Methods

 o setBounds
 public void setBounds(QDRect bounds) throws StdQTException
Allows you to specify a channel's display boundary rectangle.

QuickTime::SGSetChannelBounds QuickTime::SGSetChannelBounds

Parameters:
bounds - the new display bounds
 o getBounds
 public QDRect getBounds() throws StdQTException
Allows you to get a channel's display boundary rectangle.

QuickTime::SGGetChannelBounds QuickTime::SGGetChannelBounds

Returns:
the current display bounds
 o setClip
 public void setClip(Region theClip) throws StdQTException
Allows you to set a channel's clipping region.

QuickTime::SGSetChannelClip QuickTime::SGSetChannelClip

Parameters:
theClip - a new clipping region or null to clear the clipping region.
 o getClip
 public Region getClip() throws QTException
Allows you to retrieve a channels clipping region.

QuickTime::SGGetChannelClip QuickTime::SGGetChannelClip

Returns:
the clipping region or null if no clip.
 o setMatrix
 public void setMatrix(Matrix m) throws StdQTException
Allows you to set a channel's display transformation matrix.

QuickTime::SGSetChannelMatrix QuickTime::SGSetChannelMatrix

 o getMatrix
 public Matrix getMatrix() throws StdQTException
Allows you to get a channel's display transformation matrix.

QuickTime::SGGetChannelMatrix QuickTime::SGGetChannelMatrix

Returns:
the current matrix of the channel.

All Packages  Class Hierarchy  This Package  Previous  Next  Index